home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000047_mbadhri@gmail.com_Sat Feb 5 14:23:51 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!news.maxwell.syr.edu!postnews.google.com!l41g2000cwc.googlegroups.com!not-for-mail
  2. From: "Badhri" <mbadhri@gmail.com>
  3. Newsgroups: comp.os.linux.embedded,comp.protocols.tcp-ip,comp.protocols.kermit.misc,sci.techniques.testing.nondestructive
  4. Subject: remote reliable data acquisition
  5. Date: 5 Feb 2005 09:05:18 -0800
  6. Organization: http://groups.google.com
  7. Lines: 27
  8. Message-ID: <1107623118.284911.110040@l41g2000cwc.googlegroups.com>
  9. NNTP-Posting-Host: 128.118.24.135
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset="iso-8859-1"
  12. X-Trace: posting.google.com 1107623123 735 127.0.0.1 (5 Feb 2005 17:05:23 GMT)
  13. X-Complaints-To: groups-abuse@google.com
  14. NNTP-Posting-Date: Sat, 5 Feb 2005 17:05:23 +0000 (UTC)
  15. User-Agent: G2/0.2
  16. Complaints-To: groups-abuse@google.com
  17. Injection-Info: l41g2000cwc.googlegroups.com; posting-host=128.118.24.135;
  18.    posting-account=mxD1TA0AAAAlEklulvnV7iwDod7fDPNh
  19. Xref: newsmaster.cc.columbia.edu comp.os.linux.embedded:13114 comp.protocols.tcp-ip:116028 comp.protocols.kermit.misc:15282 sci.techniques.testing.nondestructive:7095
  20.  
  21. Hi all!,
  22. I am working on a solution for wireless remote data acquisition The
  23. remote device runs embedded linux mounted on a Compact Flash and is
  24. connected to a set of peers by standard wireless ethernet
  25. transponder(802.11b,using adhoc mode).I need to stream the data on to a
  26. basestation,by multihop routing.(which could be another peer)Since the
  27. data is sensor information,I need to transfer this reliably too.
  28.  
  29. 1. Do I need to build an database server(like SQL),build a database and
  30. stream data through a web server??Will this be a huge footprint??Can I
  31. stream data by using this??will this work in an  adhoc scenario??Also I
  32. can use it to transfer data both ways right?
  33.  
  34. 2.Does anyone have an idea of a modbus interface???I heard it is used
  35. for all handheld/embedded data acquisition.
  36.  
  37. 3.If I dont use a database...How do you buffer data in the case of a
  38. network outage/limited connectivity....???
  39.  
  40. 4.Suppose I timestamp data and write it to a file and then ftp them,is
  41. there a better way to do this?
  42.  
  43. The tools I can play with are Python,C or C++..
  44.  
  45. Thanks in advance!
  46. Badhri
  47.